Skip to content

Commit

Permalink
transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoatyMcBoatFace committed Aug 30, 2023
1 parent c0c69fc commit f588ae7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 80 deletions.
66 changes: 0 additions & 66 deletions .github/workflows/readme.yml

This file was deleted.

19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@

# PLACEHOLDER BELOW

## Features
THIS IS A SUBMODULE

- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform
## Features

- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform

## Deployment

Expand All @@ -38,7 +39,6 @@ To deploy this project run
npm run deploy
```


## Environment Variables

To run this project, you will need to add the following environment variables to your .env file
Expand All @@ -47,17 +47,14 @@ To run this project, you will need to add the following environment variables to

`ANOTHER_API_KEY`


## Optimizations

What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility


## Support

For support, email fake@fake.com or join our Slack channel.


## Contributing

Contributions are always welcome!
Expand All @@ -66,20 +63,16 @@ See `contributing.md` for ways to get started.

Please adhere to this project's `code of conduct`.


## License

[MIT](https://choosealicense.com/licenses/mit/)


## Documentation

[Documentation](https://linktodocumentation)


## Related

Here are some related projects

[Awesome README](https://github.com/matiassingers/awesome-readme)

4 changes: 3 additions & 1 deletion app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

API_URL=os.environ.get('API_URL')

# NEW: We want to use app/api/app/api/__init__.py as the base. We want all api requests to use repo root, then /api/ then route

@app.route('/')
def home():
response = requests.get(f'{API_URL}/domain/list?format=json')
Expand Down Expand Up @@ -46,4 +48,4 @@ def get_domain_summary():
def edit_domains():
if request.method == 'POST':
logger.info('event happened')
return render_template('edit.html')
return render_template('edit.html')
Empty file removed assets/metrics.repository.svg
Empty file.

0 comments on commit f588ae7

Please sign in to comment.