mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Server: Fixes #6491: Could not manually start task
This commit is contained in:
parent
4c88376449
commit
8ea32201e7
@ -307,8 +307,8 @@ export enum UrlType {
|
||||
Login = 'login',
|
||||
Terms = 'terms',
|
||||
Privacy = 'privacy',
|
||||
Tasks = 'tasks',
|
||||
UserDeletions = 'user_deletions',
|
||||
Tasks = 'admin/tasks',
|
||||
UserDeletions = 'admin/user_deletions',
|
||||
}
|
||||
|
||||
export function makeUrl(urlType: UrlType): string {
|
||||
|
Loading…
Reference in New Issue
Block a user