fix: upload-url check auth
This commit is contained in:
parent
1ced8095dc
commit
a4d564decd
@ -34,7 +34,7 @@ app.use("/run", async (c, next) => {
|
|||||||
return checkAuth(c, next);
|
return checkAuth(c, next);
|
||||||
});
|
});
|
||||||
|
|
||||||
app.use("/upload", async (c, next) => {
|
app.use("/upload-url", async (c, next) => {
|
||||||
return checkAuth(c, next);
|
return checkAuth(c, next);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user