mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
Update HACK.md
This commit is contained in:
parent
0169eae9ee
commit
29bb3aa7c6
@ -1,6 +1,8 @@
|
|||||||
# UI development
|
# UI development
|
||||||
|
|
||||||
The OpenFaaS UI consists of static pages built in Angular 1.x. These call the OpenFaaS API gateway for operations such as listing / creating and deleting functions. The Function Store is stored on GitHub as a JSON file which is fecthed over http.
|
The OpenFaaS UI consists of static pages built in Angular 1.x. These call the OpenFaaS API gateway for operations such as listing / creating and deleting functions.
|
||||||
|
|
||||||
|
The [Function Store](https://github.com/openfaas/store) is stored on GitHub as a JSON file which is fecthed by the browser over HTTPS. A CORS exception is maintained for GitHub's RAW CDN for this purpose within the [gateway code](https://github.com/openfaas/faas/blob/master/gateway/server.go).
|
||||||
|
|
||||||
## Multi-browser testing
|
## Multi-browser testing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user