mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client+server: add post pools feature
This commit is contained in:
@ -84,6 +84,10 @@ class Api extends events.EventTarget {
|
||||
return remoteConfig.tagNameRegex;
|
||||
}
|
||||
|
||||
getPoolNameRegex() {
|
||||
return remoteConfig.poolNameRegex;
|
||||
}
|
||||
|
||||
getPasswordRegex() {
|
||||
return remoteConfig.passwordRegex;
|
||||
}
|
||||
|
Reference in New Issue
Block a user