Add canvas interface (#461)
This commit is contained in:
parent
1a74a5ca9a
commit
b3cb0ea755
44 changed files with 7454 additions and 4691 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import { cookies } from 'next/headers';
|
||||
|
||||
export async function saveModel(model: string) {
|
||||
export async function saveModelId(model: string) {
|
||||
const cookieStore = await cookies();
|
||||
cookieStore.set('model', model);
|
||||
cookieStore.set('model-id', model);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue