mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-13 10:58:21 +00:00
@@ -0,0 +1,10 @@
|
||||
import { uniqueName } from '$lib/common';
|
||||
import type { RequestHandler } from '@sveltejs/kit';
|
||||
|
||||
export const get: RequestHandler = async () => {
|
||||
return {
|
||||
body: {
|
||||
name: uniqueName()
|
||||
}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user