Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Move everything but structs from http to server module #284

Merged
merged 2 commits into from
Jan 21, 2024

Conversation

marcua
Copy link
Owner

@marcua marcua commented Jan 21, 2024

No description provided.

@@ -5,58 +5,6 @@ use crate::ayb_db::models::{
use crate::formatting::TabularFormatter;
use prettytable::{Cell, Row, Table};
use serde::{Deserialize, Serialize};
use url::Url;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only "substantive" part of the refactor (moving AybConfig* into server/config.rs) --- everything else is directory renaming

@marcua marcua merged commit 999a4dd into main Jan 21, 2024
1 check passed
@marcua marcua deleted the refactor-http branch January 21, 2024 16:52
@sofiaritz
Copy link
Contributor

Yay! This is great :)

(Time to rebase local branches :p)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants