mirror of
https://github.com/Telecominfraproject/openafc_final.git
synced 2025-10-31 18:17:46 +00:00
14 lines
383 B
Python
14 lines
383 B
Python
#
|
|
# Copyright 2022 Broadcom. All rights reserved. The term "Broadcom"
|
|
# refers solely to the Broadcom Inc. corporate affiliate that owns
|
|
# the software below. This work is licensed under the OpenAFC Project License,
|
|
# a copy of which is included with this software program
|
|
#
|
|
import ratapi
|
|
|
|
app = ratapi.create_app(
|
|
config_override={
|
|
'APPLICATION_ROOT': '/fbrat',
|
|
}
|
|
)
|