mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: bugs
This commit is contained in:
parent
4ae9aac50e
commit
4e43ee1904
@ -68,6 +68,7 @@ const createServer = async (req) => {
|
|||||||
] = reqUrl.pathname.slice(1).split('/');
|
] = reqUrl.pathname.slice(1).split('/');
|
||||||
|
|
||||||
logger.info(`Namespace: ${namespace}, Publish Name: ${publishName}`);
|
logger.info(`Namespace: ${namespace}, Publish Name: ${publishName}`);
|
||||||
|
|
||||||
if (namespace === '' || !publishName) {
|
if (namespace === '' || !publishName) {
|
||||||
timer();
|
timer();
|
||||||
return new Response(null, {
|
return new Response(null, {
|
||||||
|
Loading…
Reference in New Issue
Block a user