DefensePointSecurity / threat_note

DPS' Lightweight Investigation Notebook
Apache License 2.0
421 stars 97 forks source link

Brake out API actions w/ Flask blueprints #80

Closed sroberts closed 8 years ago

sroberts commented 8 years ago

Logically breaking up various portions of the application will make everything easier for making changes (and eventually testing). I started with the API sections, making them their own file using the Flask Blueprint pattern.

Other sections could certainly be broken out, but I figure this made for an easy to understand start.

sroberts commented 8 years ago

@brianwarehime Merged in the updated version of master and fixed the conflicts. Should be good to ship.

Ship It Good