mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Add endpoint to get reviewer for an in-progress project
This commit is contained in:
parent
87620287f1
commit
bc16b1fff8
5 changed files with 110 additions and 2 deletions
|
@ -2,5 +2,11 @@ RewriteRule ^/ebooks/([^\.]+?)/projects/new$ /projects/new.php?ebook-url-path=$
|
|||
|
||||
RewriteRule ^/projects/([\d]+)/edit$ /projects/edit.php?project-id=$1
|
||||
|
||||
# Query string may contain `indent=<BOOL>`.
|
||||
RewriteRule ^/projects/([\d]+)/reviewer$ /projects/reviewer/get.php?project-id=$1 [QSA]
|
||||
|
||||
# Query string may contain `indent=<BOOL>`.
|
||||
RewriteRule ^/ebooks/(.+?)/projects/in-progress/reviewer$ /projects/reviewer/get.php?url-path=$1 [QSA]
|
||||
|
||||
RewriteCond expr "tolower(%{REQUEST_METHOD}) =~ /^post$/"
|
||||
RewriteRule ^/projects/([\d]+)$ /projects/post.php?project-id=$1 [L]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue