This website works better with JavaScript.
Explore
Help
Sign In
seasharp
/
anvil
Watch
1
Star
0
Fork
You've already forked anvil
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Local modifications to ClusterLabs/Anvil by Alteeve
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3369
Commits
2
Branches
0
Tags
21 MiB
Tag:
Branch:
Tree:
f681f6f47a
feature/softwareraid
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f681f6f47a'
${ noResults }
anvil
/
striker-ui
/
lib
/
consts
/
API_BASE_URL.ts
4 lines
84 B
Raw
Normal View
History
Unescape
Escape
fix(striker-ui): migrate /cgi-bin->/api
1 year ago
const
API_BASE_URL
=
process
.
env
.
NEXT_PUBLIC_API_URL
;
feat(striker-ui): add minimal demo
4 years ago
export
default
API_BASE_URL
;