mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add route to display version information. (#195)
* Add version information route. * Use build action for tests. * Add version test to script. * Add testing directory to dockerignore. * Don't unnecessarily set permission for gradle wrapper script.
This commit is contained in:
parent
bda8ccfc19
commit
94f5fa37ac
10 changed files with 34 additions and 10 deletions
|
@ -3,6 +3,9 @@
|
|||
CURLOPTS=(-i -s -S -o /dev/null -f -w "%{http_code}\tTime:\t%{time_starttransfer}\t%{url_effective}\n")
|
||||
HOST=127.0.0.1:8080
|
||||
|
||||
# Version Test
|
||||
curl ${CURLOPTS[@]} $HOST/version || exit 1
|
||||
|
||||
# Trending Page
|
||||
curl ${CURLOPTS[@]} $HOST/trending?region=US || exit 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue